home *** CD-ROM | disk | FTP | other *** search
/ SGI Developer Toolbox 6.1 / SGI Developer Toolbox 6.1 - Disc 4.iso / public / psgl / README < prev    next >
Text File  |  1994-08-01  |  4KB  |  77 lines

  1.  
  2. 29 May 1994 - Mike Sweet
  3. ------------------------
  4.  
  5. This is a pre-release version of PSGL; I've tested it out fairly well, but
  6. there are likely to be some bugs left over.  You may need to tweak the code
  7. to work under IRIX 4.x...
  8.  
  9. The font manager support and mixed-mode example program didn't make it into
  10. this release as they aren't quite ready yet...
  11.  
  12. Oh, for those that received the Developer's Toolbox CD 4.1, this archive is
  13. *newer* than the one on the CD!
  14.  
  15. -------------------------------------------------------------------------------
  16.  
  17.                     PSGL - An IRIS GL to Postscript Library
  18.  
  19.                     Public Domain Software by "The Authors"
  20.                             Seth J. Teller
  21.                             Loris Renggli
  22.                             Stuart Priest
  23.                              Craig Kolb
  24.                              Mike Sweet
  25.  
  26.  
  27. INTRODUCTION
  28.  
  29. PSGL is a public-domain library that uses the feedback mechanism in the IRIS GL
  30. library to generate Adobe Postscript  (tm)  output  suitable  for  printout  or
  31. inclusion in a document.
  32.  
  33. This  version  of  PSGL  (2.0  BETA)  is  the  first to incorporate most of the
  34. modifications that have appeared over the years  to  the  original  library  by
  35. Seth  Teller.   In  addition, some features (such a recursive subdivision) have
  36. been extended to provide enhanced output or new hardware support.  The  library
  37. now  restricts  public  names  to  a  common  'psgl_'  prefix  to avoid linkage
  38. problems.
  39.  
  40. The release notes in the software distribution detail the 2.0 BETA release.  To
  41. install PSGL 2.0 BETA, use the inst(1m) command with the '-f' option and select
  42. the  appropriate  subsystems.   The software installation and compiled software
  43. were generated under IRIX 5.2.
  44.  
  45. LICENSE AGREEMENT FOR PSGL
  46.  
  47. This  software  is public domain.  What this means is that you can make as many
  48. copies as you wish, change things, sell copies, and so  on  without  any  legal
  49. repercussions  from  The  Authors.   Since  the software has been placed in the
  50. public domain, however, don't expect  to  be  able  to  patent,  copyright,  or
  51. otherwise litigate the software: you can't.
  52.  
  53. The  Authors  do  ask  that you refrain from releasing modified versions of the
  54. software for general consumption.   Changes,  bug  reports,  and  fixes  should
  55. instead  be  forwarded  to  Mike Sweet (dodgecolt@delphi.com) for incorporation
  56. with everything else for an 'official' release.   This  should  hopefully  give
  57. everyone a more consistent, stable product.
  58.  
  59. NO WARRANTY
  60.  
  61. BECAUSE  PSGL  IS  PUBLIC  DOMAIN,  THE AUTHORS PROVIDE ABSOLUTELY NO WARRANTY,
  62. TO THE EXTENT  PERMITTED  BY  APPLICABLE  STATE  LAW.   EXCEPT  WHEN  OTHERWISE
  63. STATED  IN  WRITING,  THE  AUTHORS PROVIDE PSGL "AS IS" WITHOUT WARRANTY OF ANY
  64. KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO,  THE  IMPLIED
  65. WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.  THE ENTIRE
  66. RISK AS TO THE QUALITY AND PERFORMANCE OF PSGL IS WITH YOU.  SHOULD PSGL  PROVE
  67. DEFECTIVE,   YOU  ASSUME  THE  COST  OF  ALL  NECESSARY  SERVICING,  REPAIR  OR
  68. CORRECTION.
  69.  
  70. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW WILL THE AUTHORS BE LIABLE TO YOU
  71. FOR DAMAGES, INCLUDING  ANY  LOST  PROFITS,  LOST  MONIES,  OR  OTHER  SPECIAL,
  72. INCIDENTAL  OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE
  73. (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR
  74. LOSSES  SUSTAINED BY THIRD PARTIES OR A FAILURE OF THE SOFTWARE TO OPERATE WITH
  75. ANY OTHER PROGRAMS) PSGL, EVEN IF YOU HAVE BEEN ADVISED OF THE  POSSIBILITY  OF
  76. SUCH DAMAGES, OR FOR ANY CLAIM BY ANY OTHER PARTY.
  77.